GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddRectangleAnnot / AddRectangleAnnot(Int32,Int32,Single,Single,Single,Single) Method





In This Topic
AddRectangleAnnot(Int32,Int32,Single,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddRectangleAnnot( _
   ByVal BorderColor As Integer, _
   ByVal BackColor As Integer, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationRectangle
public AnnotationRectangle AddRectangleAnnot( 
   int BorderColor,
   int BackColor,
   float Left,
   float Top,
   float Width,
   float Height
)
public function AddRectangleAnnot( 
    BorderColor: Integer;
    BackColor: Integer;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationRectangle; 
public function AddRectangleAnnot( 
   BorderColor : int,
   BackColor : int,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationRectangle;
public: AnnotationRectangle* AddRectangleAnnot( 
   int BorderColor,
   int BackColor,
   float Left,
   float Top,
   float Width,
   float Height
) 
public:
AnnotationRectangle^ AddRectangleAnnot( 
   int BorderColor,
   int BackColor,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

BorderColor
BackColor
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List